Note: This tutorial assumes that you have completed the previous tutorials: Understanding Service Types. |
Please ask about problems and questions regarding this tutorial on answers.ros.org. Don't forget to include in your question the link to this page, the versions of your OS & ROS, and also add appropriate tags. |
Debugging with Avahi Command Line Tools
Description: Some tips on how to use the avahi tools to debug zeroconf services.Keywords: zeroconf avahi
Tutorial Level: BEGINNER
Next Tutorial: Publishing a Ros Master with Avahi
This often helps to check whether your zeroconf nodes are behaving properly.
> avahi-browse _ros-master._tcp : list all ros master services > avahi-browse -a : list all discovered services > avahi-browse -a -r : list and resolve ips for all discovered services > avahi-publish -s DudeMaster _ros-master._tcp 8889 : publish a service